.news_bg{position:relative;height:auto;width:100%;overflow:hidden;background-color:#e3e3e3;padding:110px 0px 80px 0px;



	position:static;background-size:100% 100%;height: auto;
 background-size: cover;  background-attachment: fixed;




}
.news{width:100%;height:auto;background-color: #fff;box-sizing: border-box;padding: 30px;border-radius: 20px}


.news .pic{width:100%;height:520px;border-radius:50px 0px 50px 0px;overflow:hidden;background-color: #fff; padding: 0px}
.news .tit{width:240px;height:100px;position:absolute;z-index:999;top:50px;left:0;top:0;margin:auto;padding:20px}
.news .list{overflow:hidden;width:100%;background-color: #fff; padding: 0px}
.news .list .item{overflow:hidden;width:100%;margin-bottom:25px;border-bottom:1px solid #eaeaea;transition:all .5s ease;padding-top:4px;}
.news .list .item .item_Box{position:relative;display:flex;flex-wrap:nowrap;width:100%;height:100%;padding-right:10%;overflow:hidden;padding-bottom:20px}
.news .list .item .item_Box{position:relative;display:flex;flex-wrap:nowrap;width:100%;height:100%;padding-right:10%;overflow:hidden;padding-bottom:20px}
.news .list .item .item_Box .data{width:80px;height:80px;text-align:center;font-family:arial;transition:all .5s ease}
.news .list .item .item_Box .data .d1{font-size:3.5rem;line-height:46px;color:#eb0000 }
.news .list .item .item_Box .data .ym1{line-height:26px;color:#eb0000}

.news .list .item .item_Box .data .d{font-size:3.5rem;line-height:46px;}
.news .list .item .item_Box .data .ym{line-height:26px}
.news .list .item .item_Box .tit_box{width:calc((100% - 80px) / 1);padding-left:3%}
.news .list .item .item_Box .tit_box h2{font-size:18px;color:#000;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:all .5s ease;text-align:left}
.news .list .item .item_Box .tit_box article{line-height:24px;height:48px;overflow:hidden;color:#565656;margin-top:7px;text-align:left;vertical-align:top;word-wrap:break-word !important;word-break:normal !important}

.news .list .item:hover .item_Box .tit_box h2{color: #155bb5;font-size: 19px;}
.news .list .item:hover .item_Box .data .d{color: #eb0000;}

.news .but_box1{	width: 100%;height:60px;margin: 40px 0px;text-align: center;}
.news .but_box1 .layui-btn-normal{background-color: #155bb5}
.news .but_box1 a{color: #fff;}


.news .but_box{position:relative;width:420px;height:70px;margin:0 auto;cursor:pointer;margin-top:50px }
.news .but_box a{cursor:pointer}
.news .but_box p{display:block;position:absolute;top:8%;width:100%;left:0;z-index:3;font-size:20px;font-weight:bold;color:#FFFFFF;text-align:center}
.news .but_box::before{content:"";display:block;position:absolute;top:0;left:0;width:95%;height:71%;margin:0 auto;background:#155bb5;transform:skewX(-25deg);z-index:2;transition:all .5s ease}
.news .but_box:hover::before{background:#eb0000}
.news .but_box::after{content:"";display:block;position:absolute;top:10px;left:7px;width:95%;height:71%;margin:0 auto;background:rgba(21,91,181,0.40);transform:skewX(-25deg)}


/* 小于768px  */
@media only screen and (max-width:768px){


.news .but_box{width:320px;}

.news .but_box p{dfont-size:14px;}

}
